@media all and (min-width:992px){
  body{
    background: url(bg_imde.jpg) no-repeat center top;
  }
}
@media all and (max-width:991px){
  header{
    box-shadow:#e7e7e7 0px 0px 20px;
  }
}
.col-title, .mod-hd .more{
  font-family: Times Semibold, "Times New Roman", serif;
  color: #1b4191;
  font-weight: 600;
}
.col-title {
  font-size: 28px;
  margin: 0 .6em 14px 0;
  display: inline-block;
  border-right: 2px solid #1b4191;
  padding-right: .6em;
}
.mod-hd .more{
  font-size: 18px;
}
@media all and (min-width: 1200px) {
  body > .container{/* padding:0; */}
}

@media (max-width: 1199px) {
  .col-topnews {
    box-shadow: 0 0 10px 2px rgb(165, 165, 165);
  }
  .col-title {
    font-size: 22px;
  }
}
@media (min-width: 992px){
  .col-topnews {
    margin-top: 15px;
  }
}

.ie8 .col-topnews {
  border: 1px solid #9a9a9a;
}

/* carousel =================================*/
.carousel {
  background: rgba(107, 165, 187, 0.4);
}
.carousel-marker,
.carousel-indicators>li>a.carousel-caption-title,
.carousel-indicators>li>p.carousel-caption-desc{
  display: none;
}
.carousel-marker {
   transition: .2s;
}

@media all and (max-width: 1199px) {
  .carousel-caption>p.carousel-caption-desc{display:none;}
  .carousel-caption>a.carousel-caption-title{
    font-size:22px;
    color:white;
   }
}
@media all and (max-width: 990px) {
  .carousel {
    box-shadow: none;
  }
  .carousel-caption{
    bottom: 10px;
    right: 5%;
    left: 5%;
  }
  .carousel-caption>a.carousel-caption-title{
    padding: .2em.4em;
    font-size:18px;
    max-height: 3em;
    overflow: hidden;
    display: inline-block;
    background: rgba(39, 55, 66, 0.4);
   }
}

@media all and (min-width: 992px) {
  .carousel-inner > .item > img {
    height: 490px;
  }
}
@media all and (min-width: 1200px) {
  .carousel-marker {
    width: 13px;
    height: 98px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(combined-shape.png) no-repeat center top;
    background-size: cover;
    display: block;
    z-index: 2;
  }
  .carousel-indicators {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    width: 24%;
    height: 100%;
    line-height: 21px;
    list-style: none;
  }

  .carousel-inner .carousel-indicators li {
    display: block;
    width: 100%;
    height: 20%;
    text-indent: 0;
    cursor: pointer;
    background-color: rgba(255,255,255,0.7);
    border: none;
    border-radius: 0;
    margin: 1px 0 0 0;
    padding: 24px;
  }
  .carousel-inner .carousel-indicators li:first-child {
    margin-top: 0;
  }
  .ie8 .carousel-inner .carousel-indicators li {
    background-color: #fff;
    filter: Alpha(opacity=60);
  }

  .carousel-indicators li.active {
    /*     width: 100%;
    height: 20%; */
    /* margin: 0; */
    background-color: #fff;
    }
  .ie8 .carousel-indicators li.active {
    filter: none;
  }
  .carousel-indicators>li>p{
    /* display: none; */
  }
  .carousel-indicators>li>a.carousel-caption-title{
    height: 66px;
    overflow: hidden;
    display: inline-block;
  }

  .carousel-info {
    min-width: 456px;
    /* height: 220px; */
    background-color: rgba(0,0,0,.4);
    position: absolute;
    bottom: 30px;
    left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .ie8 .carousel-info {
    background-color: rgb(19, 68, 109);
    filter: Alpha(opacity=90);
  }


  .carousel-inner .carousel-caption a {
    color: #fff;
  }

  .carousel-inner .carousel-caption a.carousel-caption-title {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    overflow: hidden;
    text-shadow: 1px 1px 4px rgb(49, 117, 179);
  }

  .carousel-inner .carousel-caption a.carousel-caption-title:hover {
    color: #29a2f5;
  }

  .carousel-inner .carousel-caption .carousel-caption-desc {
    max-height: 4.8em;
  }

  .carousel-inner .carousel-caption {
    position: static;
    max-width: 600px;
    max-height: 168px;
    margin: 30px;
    /* left: 32px; */
    /* right: 0; */
    /* top: 30px; */
    line-height: 1.6;
    font-size: 16px;
    padding: 0;
    text-align: left;
    font-weight: normal;
    z-index: 34;
    overflow: hidden;
  }
  .carousel-inner > .item {
    -webkit-transition: 0.9s ease-in-out left;
    -moz-transition: 0.9s ease-in-out left;
    -o-transition: 0.9s ease-in-out left;
    transition: 0.9s ease-in-out left;
  }
  .carousel-inner > .item > img {
    width: 76%;
    height: 490px;
  }
  .carousel-inner .item .carousel-caption>p {
    display: none;
  }

  .carousel-inner .carousel-caption p {
    overflow: hidden;
  }

}
@media all and (min-width: 992px) and (max-width: 1199px) {
  /*.carousel-inner .carousel-indicators li{*/
  /*padding: .4em .2em .4em 1em;*/
  /*font-size: 12px;*/
  /*}*/
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .carousel-inner > .item > img {
    height: 413px;
  }
}


.main-left{
    width: 288px;
    padding-left: 16px;
}

.btn-image-box{
    padding-top: 34px;
    margin-bottom: 25px;
}

.btn-image{
    width: 100%;
    height: 76px;
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .btn-image{
     height: 60px;
  }
}
@media (max-width: 991px) {
  .btn-image-box a{display:block;}
  .btn-image{
     height: auto;
  }
}

.rectangle-hd{
    height: 74px;
    padding: 20px 0 0 2px;
    border-top: 6px solid #f0f5ff;
}
.rectangle-hd .col-title {
  border: none;
}

.rectangle-bd{
    background-color: #f0f5ff;
    padding: 20px 10px;
    /* width: 110%; */
    height: 482px;
}

@media all and (max-width: 991px){
  .rectangle{margin-bottom:30px;}
  .rectangle-hd{
    border-top: none;
    height: auto;
    padding-top: 0;
  }
  .rectangle-bd{
    height: auto;
  }
}

.rectangle-bd a{
    display: block;
    width: 100%;
    line-height: 2em;
}
.rect-gradient {
  background: rgba(211,208,234,1);
  background: -moz-linear-gradient(left, rgba(211,208,234,1) 0%, rgba(194,218,253,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(211,208,234,1)), color-stop(100%, rgba(194,218,253,1)));
  background: -webkit-linear-gradient(left, rgba(211,208,234,1) 0%, rgba(194,218,253,1) 100%);
  background: -o-linear-gradient(left, rgba(211,208,234,1) 0%, rgba(194,218,253,1) 100%);
  background: -ms-linear-gradient(left, rgba(211,208,234,1) 0%, rgba(194,218,253,1) 100%);
  background: linear-gradient(to right, rgba(211,208,234,1) 0%, rgba(194,218,253,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d0ea', endColorstr='#c2dafd', GradientType=1 );
}
.rectangle-bd .item{
    /* width: 99%; */ /* tell me if you know why 100% width cannot make smooth right edge. my email ray7551@gmail.com */
    font-size: 15px;
    color: #364b9b;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
    overflow: visible;
    border-radius: 45%/150%;
    padding: 10px;
}
@media (max-width: 1199px) {
  .rectangle-bd .item{font-size: 12px;}
}
@media (max-width: 479px) {
  .rectangle-bd .item{width: 100%;}
}

.rectangle-bd .item.high{
    height: 69px;
    line-height: 24px;
    padding: 10px 0;
    box-sizing: border-box;
}

.main-right{
    width: 870px;
    padding: 35px 15px 0 0;
}

.main-right .mod-hd{
    margin-bottom: 14px;
}

.main-right-mod{
    margin-bottom: 30px;
}

.news-items{
}
@media all and (max-width: 479px) {
  .news-items{
    width: 100%;
  }
}

.news-items:nth-child(3n), .talents-items:nth-child(3n){
    margin-right: 0;
}

.news-items img{
    width: 100%;
    height: 155px;
}
@media (max-width: 1199px) {
  .news-items img{
    height: 122px;
  }
}

.news-items-text{
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
}

.news-items-text a{
    color: #444444;
}

.news-items-text a:hover{
    color: #5980d1;
}

.progress-box{
    font-size: 14px;
    color: #444444;
}

.progress-box-top{
    /* width: 100%; */
    /* height: 152px; */
    line-height: 20px;
    background-color: #f0f5ff;
    /* margin-left: -15px; */
}

.progress-box-top .title{
    margin: 20px 0 6px;
    height: 1.5em;
    overflow: hidden;
}

.progress-box-top .content-text{
    height: 5.5em;
    overflow: hidden;
}
@media all and (max-width: 1199px) {
  .progress-box-top .content-text{
    height: 4.5em;
  }
}

.progress-box-top .title a{
    color: #5980d1;
}

.progress-box-top .title a:hover{
    color: #5980d1;
    text-decoration: underline;
}
.progress-box-img{
  width: 33.3%;
  display: block;
  padding-right: 15px;
}
.progress-box-top img{width:100%;min-height: 130px;}
@media (max-width: 479px) {
  .progress-box-img{
    width: 100%;
    padding-right: 0;
  }
}

.progress-box-top .content{
    width: 66.6%;
}
@media all and (max-width: 767px) {
  .progress-box-top .content{
    position: absolute;
    left: 34%;
    width: 60%;
    overflow: hidden;
  }
}
@media all and (max-width: 479px) {
  .progress-box-top .content{
    position: static;
    width: 100%;
    padding: 0 6px 6px 8px;
  }
}

.progress-box-list .items{
    height: 34px;
    line-height: 34px;
    margin-bottom: 4px;
    overflow: hidden;
}

.main-right-mod .date{
    width: 105px;
    display: inline-block;
    border-left: 3px solid #4975cf;
    background-color: #f0f5ff;
    height: 34px;
    padding-left: 10px;
    margin-right: 6px;
}

.talents {
  margin-bottom: 24px;}
.talents-items{
  width: 100%;
  height: 140px;
  font-size: 14px;
  line-height: 22px;
  color: #444444;
  box-shadow: #e7e7e7 0 0 10px;
  overflow: hidden;
}
@media (max-width:991px) {
  .talents-items{
    margin-top: 15px;
  }
  .talents .mod-bd .col-md-4:first-child .talents-items{
    margin-top: 0;
  }
}
.talents-avatar img{
  height: 140px;
  width: 100px;
}

.talents-items-text{
    width: 100%;
    padding: 12px 12px 12px 120px;
    height: 140px;
    /* overflow: hidden; */
}

.job-title{
    font-size: 12px;
    color: #1b4191;
    margin: 4px 0;
}
.job-des {
  height: 66px;
  overflow: hidden;
}